
/* party start */
.partyCon{
    width: 100%;
    height: auto;
    background: url(../images/home/pc/hg_index_bg1.jpg) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 100px 0;
}

.partyTitle{
    text-align: center;
    margin-bottom: 60px;
}

.partyTitle h3{
    font-size: 32px;
    color: #333333;
    margin-bottom: 20px;
}

.partyTitle p{
    font-size: 16px;
    color: #333333;
}

.partyBox{
    display: flex;
}

.partyL{
    width: 410px;
    height: 450px;
    border-radius: 10px;
    flex-shrink: 0;
    overflow: hidden;
}

.partyL img{
    width: 100%;
    height: inherit;
}

.partyR{
    display: flex;
    flex-wrap: wrap;
}

.zhdj_show{
    width: 244px;
    height: 215px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;

    margin-left: 18px;
    position: relative;
}

.zhdj_cover{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zhdj_cover img{
    width: 76px;
    height: 76px;
    margin-bottom: 30px;
}

.zhdj_cover p{
    font-size: 18px;
    color: #333333;
}

.zhdj_desc{
    opacity: 0;
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .5s;
    
    box-sizing: border-box;
    padding: 30px 20px;
    background: linear-gradient(to top right, #e82b15 0%, #fc5e15 50%);
}

.zhdj_desc_t{
    display: flex;
    align-items: center;
}

.zhdj_desc_t img{
    width: 50px;
    height: 50px;
}

.zhdj_desc_tag{
    width: 150px;
    height: 38px;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 2px;
    margin-left: 5px;

    font-size: 18px;
    color: white;
    line-height: 38px;
    text-align: center;
}

.zhdj_desc_b{
    font-size: 16px;
    color: white;
    line-height: 30px;
    margin-top: 30px;
}

.zhdj_show:hover .zhdj_desc{
    opacity: 1;
}
/* party end */

/* laborunion start */
.laborunionCon{
    width: 100%;
    height: auto;
    background: url(../images/home/pc/hg_zhgh_bg.jpg) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 100px 0;
}

.laborTitle{
    text-align: center;
    margin-bottom: 60px;
}

.laborTitle h3{
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 20px;
}

.laborTitle p{
    font-size: 16px;
    color: #ffffff;
}

.laborBox{
    display: flex;
}

.laborR{
    width: 410px;
    height: 450px;
    border-radius: 10px;
    flex-shrink: 0;
    overflow: hidden;
}

.laborR img{
    width: 100%;
    height: inherit;
}

.laborL{
    display: flex;
    flex-wrap: wrap;
}

.zhgh_show{
    width: 244px;
    height: 215px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-right: 18px;

    position: relative;
}

.zhgh_cover{
    width: 100%;
    height: inherit;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zhgh_cover img{
    width: 76px;
    height: 76px;
    margin-bottom: 30px;
}

.zhgh_cover p{
    font-size: 18px;
    color: #333333;
}

.zhgh_desc{
    opacity: 0;
    width: 100%;
    height: inherit;
    box-sizing: border-box;
    padding: 10px;
    
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-37deg, #F3C37B, #F4E4C0);
    border-radius: 10px;
    transition: all .5s;
}

.zhgh_desc_t{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.zhgh_desc_t img{
    width: 50px;
    height: 50px;
}

.zhgh_desc_t p{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.zhgh_desc ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zhgh_desc ul li{
    width: 108px;
    height: 29px;
    background: #FFFFFF;
    border-radius: 5px;

    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 29px;
    margin-bottom: 6px;
}

.zhgh_show:hover .zhgh_desc{
    opacity: 1;
}
/* laborunion end */

/* case start */
.khCases{
    width: 100%;
    height: auto;
    background: #f1f7fe;
    box-sizing: border-box;
    padding: 100px 0;
}

.caseTitle{
    text-align: center;
    margin-bottom: 60px;
}

.caseTitle h3{
    font-size: 32px;
    color: #333333;
    margin-bottom: 20px;
}

.caseTitle p{
    font-size: 24px;
    color: #aaaeb1;
}

.caseTab{
    margin-bottom: 40px;
}

.caseTab ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseTab ul li{
    width: 170px;
    height: 33px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 33px;

    border-radius: 20px;
}

.caseTab ul li.on{
    background: #ffffff;
}

.caseList{
    display: flex;
    flex-wrap: wrap;
}

.caseItem{
    width: 372px;
    height: auto;
    background: #F9F9F9;
    border-radius: 5px;
    border: 1px solid #EAEAF4;
    margin-right: 36px;
    margin-bottom: 20px;
}

.caseItem:nth-child(3n){
    margin-right: 0;
}

.caseCon{
    box-sizing: border-box;
    padding: 10px;
}

.caseCover{
    width: 100%;
    height: 210px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseCover img{
    /*width: 100%;*/
    height: 160px;
    transition: all .5s;
}

.caseCon h3{
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    transition: all .5s;
}

.caseCon p{
    font-size: 16px;
    color: #919191;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    transition: all .5s;
}

.itemMore{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px;
    border-top: 1px solid rgba(178,181,186,0.3);
    transition: all .5s;
}

.itemMore p{
    font-size: 16px;
    color: #B3B4B4;
    transition: all .5s;
}

.itemMore img{
    width: 28px;
    height: 28px;
}

.itemMore img:nth-child(3){
    display: none;
}

.caseItem:hover .caseCon h3{
    font-weight: bold;
}
.caseItem:hover .caseCon p{
    color: #333333;
}

.caseItem:hover .itemMore{
    background: #e5301b;
}
.caseItem:hover .itemMore p{
    color: #ffffff;
}
.caseItem:hover .itemMore img:nth-child(2){
    display: none;
}
.caseItem:hover .itemMore img:nth-child(3){
    display: block;
}
.caseItem:hover .caseCover img{
    transform: scale(1.1);
}

.myCaseMore{
    text-align: right;
    margin-top: 30px;
}

.myCaseMore a{
    display: inline-block;
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 20px;
    background: #e6eaef;

    font-size: 16px;
    color: #ffffff;
}
/* case end */

/* 新闻资讯 start */
.zizun{
    width: 100%;
    height: auto;
    background: linear-gradient(0deg, #FFFFFF, #DFF1FF);
    padding: 100px 0;
}

.zx_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CBD9E4;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.zx_title_left{
    display: flex;
    align-items: center;
}

.zx_title_left h3{
    font-size: 28px;
    color: #333333;
    font-weight: 400;
    margin-right: 15px;
}

.zx_title_left p{
    font-size: 20px;
    color: #66667D;
}

.zx_title a{
    font-size: 16px;
    color: #BCB2B2;
}

.zx_content{
    display: flex;
}

.zx_left{
    flex-shrink: 0;
    width: 192px;
    height: auto;
    margin-right: 25px;
}

.zx_tab{
    background: #ffffff;
}

.zx_tab-item{
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 18px;
    color: #333333;
}

.zx_tab-item.on{
    background: url(../images/home/pc/hg_index_xw01.png) no-repeat;
    background-size: 100% 100%;
    color: white;
    font-weight: bold;
}

.zx_more{
    margin-top: 7px;
    width: 100% !important;
    height: 52px !important;
    background: #ffffff;
    border: 1px solid #FFC1BA;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
}

.zx_more a{
    width: 100% !important;
    text-decoration: none;
    color: #E5301B;
    font-weight: bold;
}

.zx_box{}

.zx_top{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CBD9E4;
    padding-bottom: 26px;
}

.zx_cover{
    flex-shrink: 0;
    width: 180px;
    height: 135px;
    overflow: hidden;
    margin-right: 23px;
}

.zx_cover img{
    width: 100%;
    height: inherit;
    transition: all .5s;
}

.zx_detail h3{
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    margin: 0 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zx_detail p{
    font-size: 16px;
    color: #7E8083;
    line-height: 30px;
    height: 60px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zx_top:hover .zx_detail h3{
    color: #e5301b;
}

.zx_top:hover .zx_detail p{
    color: #333333;
}

.zx_top:hover .zx_cover img{
    transform: scale(1.1);
}

.zx_box ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.zx_box li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 18px 0 18px 25px;
    border-bottom: 1px dashed #CBD9E4;
    text-decoration: none;
    position: relative;
}

.zx_box li a::before{
    content: "";
    width: 8px;
    height: 8px;
    background: #e5301b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.zx_box li a h3{
    width: 800px;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zx_box li a p{
    flex-shrink: 0;
    width: 100px;
    text-align: right;
    margin: 0;
    font-size: 16px;
    color: #919499;
}

.zx_box li a:hover h3{
    color: #e5301b;
}

.zx_box li a:hover p{
    color: #333333;
}
/* 新闻资讯 end */